home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / esc / ESCWindow$23.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  18 lines

  1. package com.extensibility.esc;
  2.  
  3. import com.extensibility.app.Desktop;
  4.  
  5. class ESCWindow$23 implements Runnable {
  6.    // $FF: synthetic field
  7.    final ESCWindow.22 this$0;
  8.  
  9.    public void run() {
  10.       Desktop.showNewWindow(this.this$0.this$0.val$newWnd, true);
  11.       this.this$0.this$0.val$newWnd.tModel.fireTreeStructureChanged(this, new Object[]{this.this$0.this$0.val$newWnd.tModel.getRoot()}, (int[])null, (Object[])null);
  12.    }
  13.  
  14.    ESCWindow$23(ESCWindow.22 var1) {
  15.       this.this$0 = var1;
  16.    }
  17. }
  18.